private method meaning in English
私有方法
Examples
- To create and run a unit test for a private method
为私有方法创建和运行单元测试 - Create unit tests for public and private methods
为公共和私有方法创建单元测试。 - Create and run a unit test for a private method
为私有方法创建和运行单元测试 - A private method and all methods declared in a
类中声明的所有方法隐含有 - You can generate a unit test for a private method
中所述,可以为私有方法生成单元测试。